3.81 \(\int \frac{\left (a+b x^2\right )^5}{x^{14}} \, dx\)

Optimal. Leaf size=67 \[ -\frac{a^5}{13 x^{13}}-\frac{5 a^4 b}{11 x^{11}}-\frac{10 a^3 b^2}{9 x^9}-\frac{10 a^2 b^3}{7 x^7}-\frac{a b^4}{x^5}-\frac{b^5}{3 x^3} \]

[Out]

-a^5/(13*x^13) - (5*a^4*b)/(11*x^11) - (10*a^3*b^2)/(9*x^9) - (10*a^2*b^3)/(7*x^
7) - (a*b^4)/x^5 - b^5/(3*x^3)

_______________________________________________________________________________________

Rubi [A]  time = 0.0647617, antiderivative size = 67, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.077 \[ -\frac{a^5}{13 x^{13}}-\frac{5 a^4 b}{11 x^{11}}-\frac{10 a^3 b^2}{9 x^9}-\frac{10 a^2 b^3}{7 x^7}-\frac{a b^4}{x^5}-\frac{b^5}{3 x^3} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x^2)^5/x^14,x]

[Out]

-a^5/(13*x^13) - (5*a^4*b)/(11*x^11) - (10*a^3*b^2)/(9*x^9) - (10*a^2*b^3)/(7*x^
7) - (a*b^4)/x^5 - b^5/(3*x^3)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 12.133, size = 65, normalized size = 0.97 \[ - \frac{a^{5}}{13 x^{13}} - \frac{5 a^{4} b}{11 x^{11}} - \frac{10 a^{3} b^{2}}{9 x^{9}} - \frac{10 a^{2} b^{3}}{7 x^{7}} - \frac{a b^{4}}{x^{5}} - \frac{b^{5}}{3 x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b*x**2+a)**5/x**14,x)

[Out]

-a**5/(13*x**13) - 5*a**4*b/(11*x**11) - 10*a**3*b**2/(9*x**9) - 10*a**2*b**3/(7
*x**7) - a*b**4/x**5 - b**5/(3*x**3)

_______________________________________________________________________________________

Mathematica [A]  time = 0.00749208, size = 67, normalized size = 1. \[ -\frac{a^5}{13 x^{13}}-\frac{5 a^4 b}{11 x^{11}}-\frac{10 a^3 b^2}{9 x^9}-\frac{10 a^2 b^3}{7 x^7}-\frac{a b^4}{x^5}-\frac{b^5}{3 x^3} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x^2)^5/x^14,x]

[Out]

-a^5/(13*x^13) - (5*a^4*b)/(11*x^11) - (10*a^3*b^2)/(9*x^9) - (10*a^2*b^3)/(7*x^
7) - (a*b^4)/x^5 - b^5/(3*x^3)

_______________________________________________________________________________________

Maple [A]  time = 0.008, size = 58, normalized size = 0.9 \[ -{\frac{{a}^{5}}{13\,{x}^{13}}}-{\frac{5\,{a}^{4}b}{11\,{x}^{11}}}-{\frac{10\,{a}^{3}{b}^{2}}{9\,{x}^{9}}}-{\frac{10\,{a}^{2}{b}^{3}}{7\,{x}^{7}}}-{\frac{a{b}^{4}}{{x}^{5}}}-{\frac{{b}^{5}}{3\,{x}^{3}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b*x^2+a)^5/x^14,x)

[Out]

-1/13*a^5/x^13-5/11*a^4*b/x^11-10/9*a^3*b^2/x^9-10/7*a^2*b^3/x^7-a*b^4/x^5-1/3*b
^5/x^3

_______________________________________________________________________________________

Maxima [A]  time = 1.34262, size = 80, normalized size = 1.19 \[ -\frac{3003 \, b^{5} x^{10} + 9009 \, a b^{4} x^{8} + 12870 \, a^{2} b^{3} x^{6} + 10010 \, a^{3} b^{2} x^{4} + 4095 \, a^{4} b x^{2} + 693 \, a^{5}}{9009 \, x^{13}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^5/x^14,x, algorithm="maxima")

[Out]

-1/9009*(3003*b^5*x^10 + 9009*a*b^4*x^8 + 12870*a^2*b^3*x^6 + 10010*a^3*b^2*x^4
+ 4095*a^4*b*x^2 + 693*a^5)/x^13

_______________________________________________________________________________________

Fricas [A]  time = 0.194568, size = 80, normalized size = 1.19 \[ -\frac{3003 \, b^{5} x^{10} + 9009 \, a b^{4} x^{8} + 12870 \, a^{2} b^{3} x^{6} + 10010 \, a^{3} b^{2} x^{4} + 4095 \, a^{4} b x^{2} + 693 \, a^{5}}{9009 \, x^{13}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^5/x^14,x, algorithm="fricas")

[Out]

-1/9009*(3003*b^5*x^10 + 9009*a*b^4*x^8 + 12870*a^2*b^3*x^6 + 10010*a^3*b^2*x^4
+ 4095*a^4*b*x^2 + 693*a^5)/x^13

_______________________________________________________________________________________

Sympy [A]  time = 2.36034, size = 63, normalized size = 0.94 \[ - \frac{693 a^{5} + 4095 a^{4} b x^{2} + 10010 a^{3} b^{2} x^{4} + 12870 a^{2} b^{3} x^{6} + 9009 a b^{4} x^{8} + 3003 b^{5} x^{10}}{9009 x^{13}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x**2+a)**5/x**14,x)

[Out]

-(693*a**5 + 4095*a**4*b*x**2 + 10010*a**3*b**2*x**4 + 12870*a**2*b**3*x**6 + 90
09*a*b**4*x**8 + 3003*b**5*x**10)/(9009*x**13)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.207883, size = 80, normalized size = 1.19 \[ -\frac{3003 \, b^{5} x^{10} + 9009 \, a b^{4} x^{8} + 12870 \, a^{2} b^{3} x^{6} + 10010 \, a^{3} b^{2} x^{4} + 4095 \, a^{4} b x^{2} + 693 \, a^{5}}{9009 \, x^{13}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^2 + a)^5/x^14,x, algorithm="giac")

[Out]

-1/9009*(3003*b^5*x^10 + 9009*a*b^4*x^8 + 12870*a^2*b^3*x^6 + 10010*a^3*b^2*x^4
+ 4095*a^4*b*x^2 + 693*a^5)/x^13